home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Programare / nvu / nvu-0.80-win32-installer-full.exe / {app} / defaults / profile / panels.rdf < prev   
Extensible Markup Language  |  2005-01-25  |  790b  |  26 lines

  1. <?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
  2.  
  3. <!--
  4.  
  5.   These are the panels that will be displayed in the sidebar.
  6.  
  7. -->
  8. <!DOCTYPE RDF SYSTEM "chrome://communicator/locale/sidebar/local-panels.dtd">
  9.  
  10. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  11.          xmlns:NC="http://home.netscape.com/NC-rdf#">
  12.  
  13.   <RDF:Description about="urn:sidebar:current-panel-list">
  14.     <NC:panel-list>
  15.       <RDF:Seq>
  16.         <RDF:li resource="urn:sidebar:panel:site-manager"/>
  17.       </RDF:Seq>
  18.     </NC:panel-list>
  19.     <NC:version>0.1</NC:version>
  20.   </RDF:Description>
  21.   <RDF:Description about="urn:sidebar:panel:site-manager">
  22.     <NC:title>&sidebar.client-sitemanager.label;</NC:title>
  23.     <NC:content>chrome://editor/content/sitemanager.xul</NC:content>
  24.   </RDF:Description>
  25. </RDF:RDF>
  26.